To Claim a POS Station
(Required for remote device configuration, not local device configurations)
// Get a list of available stations. Null indicates that MPC Station Manager is not //online. Any empty list indicates that there are no available stations.
string[] availableStations = deviceManager.AvailableStations();
// Claim a station.
bool success = deviceManager.ClaimStation(availableStations[0]);